Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a config tab to content_menu #387

Merged
merged 8 commits into from
Dec 29, 2024
Merged

Adding a config tab to content_menu #387

merged 8 commits into from
Dec 29, 2024

Conversation

Xertis
Copy link
Contributor

@Xertis Xertis commented Nov 28, 2024

image
image

Чуть переработан дизайн меню, кнопка открытия папки изменена и заменена на иконку, при нажатии на которую открывается сама папка
Так же добавлена иконка для открытия самого конфига, вкладка конфига читает все .json и .toml файлы из папки config:id/
и отображает их во вкладке (название файла конфига отображает сверху)

@MihailRis
Copy link
Owner

MihailRis commented Dec 26, 2024

Область применения точки входа config: не ограничивается хранением конфигурационных файлов, поэтому лучше читать не все файлы, а пока только config:id/config.(json|toml), но с учётом того, что список таких файлов будет расширен в будущем.

@Xertis
Copy link
Contributor Author

Xertis commented Dec 27, 2024

Окей, щас будет, но content_menu может поддерживать несколько конфигов, поэтому как по мне, хорошим решением будет проверять через string.start_with на предмет наличия "config" в начале имени файла (ну или просто использовать string.find)

@Xertis Xertis closed this Dec 27, 2024
@Xertis Xertis reopened this Dec 27, 2024
@MihailRis MihailRis merged commit 3c9c14e into MihailRis:main Dec 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants